synchronized methods meaning in Chinese
同步方法:同步方法是指明某个方法在某个时刻只能由一个线程访问。
Examples
- What are synchronized methods and synchronized statements
什么是同步的方法和同步的声明 - Do not include synchronized methods into a loop structure
不要将同步方法放到循环结构中。 - Synchronized statements are similar to synchronized methods
同步的声明与同步的方法是相似。 - Q : what are synchronized methods and synchronized statements
什么是同步的方法和同步的声明 - In the absence of a synchronized method on a collection , the expected usage for
集合上没有synchronized方法时,